Almost everything works in my Drupal desktop, except when I click on 'Configuration' it gives me the following...
Fatal error: Call to undefined method DatabaseSchema_mysql::EngineVersion() in .........\acquia-drupal-7.41.46.6284\profiles\acquia\modules\sqlsrv\sqlsrv.install on line 37

Line 37 is ...
$version = $schema->EngineVersion();

Any ideas how to fix this?