I had a problem installing Magento on my local machine (Vista Business Edition). The message from the magento installer was “PHP Extension “pdo_mysql” must be loaded”

I went to php.ini and enabled that extension without luck.

It turned out that you must have also “php_pdo.dll” enabled in order for the installer to proceed.