I just finished a mini project of porting Goestools to Windows. It's available at
https://github.com/JVital2013/goestools-win. My hope is that this port will lower the barrier of entry to use this great set of software.
Other than adding a few recent patches that have not been merged into goestools, I tried to stay true to the current version of the software. Most of my work went into re-structuring the build system. Additionally, there were many instances of gcc/Linux-specific syntax and APIs within the main program that needed changed to work with Windows.
Overall, nothing needed to be completely re-written, but there were a ton of minor changes. If you get the chance to test it, let me know how it works for you! I'm specifically looking for someone to test goesrecv with an AirSpy, as I don't have one of those on hand to test.
Thanks!