http://eligius.st/~luke-jr/programs/bitcoin/files/bitcoin-qt/0.7.0/bitcoin-0.7.0-win32-setup.exe
http://eligius.st/~luke-jr/programs/bitcoin/files/bitcoin-qt/0.7.0/bitcoin-0.7.0-win32.zip
They are so old they won't sync with the network, but it doesn't matter. Eligius is a well known respectable pool so those files should be safe, but if you want to be sure check them with a virustotal scan.
Here's the results of one I did on the zip file linked to above.
https://www.virustotal.com/en/file/0030a716a84884941dbda8e70846baa8d8aacbe326fe5996b22b555803b5ee1b/analysis/1471172247/
Out of 55 scanners only one reported anything, and that was Sophos reporting it as a potentially unwanted application, not a virus. It said it's Bitcoin Miner (PUA).
First backup your really old wallet.dat file and use a copy of it for this procedure.
Double click the bitcoin-qt-exe after you installed the wallet to get it to create a data folder in appdata, then close the wallet.
Click the Windows Start button then put the cursor in the search box, or go to the Windows 8 Search charm, type %appdata% , and open the Roaming folder shown in the search results.
Then open the Bitcoin folder inside the Roaming folder. Replace the wallet.dat file in there with a copy of your old format wallet.dat, then start the wallet again by double clicking the bitcoin-qt-exe.
When the wallet has started click the receive coins button, then right click each address listed, copy the address and paste it into notepad.
Next click help. then debug window, then click the console tab.
For each address you saved in notepad write the line below into the bottom of the console window (replacing youraddress with one of your addresses from notepad), and press the enter button .
dumpprivkey youraddress
Each time you do that a private key for a Bitcoin address should show in the console window.
Copy the private key for each Bitcoin address, then import them into the latest Electrum, or the wallet of your choice.
There are instructions explaining how to import a private key from a Bitcoin core wallet into Electrum here.
http://docs.electrum.org/en/latest/faq.html#can-i-import-private-keys-from-other-bitcoin-clients
You will need to back up this wallet, because it cannot be recovered from seed.
After that you can send your Bitcoins wherever you want.
If you need any help then pm me.
I tested the instructions above with a wallet.dat generated by version 0.1.0 (the first version ever released), and successfully extracted the private key from it using version 0.7.0.