MDAC is not an engine to ACCESS, but stands for Microsoft Data Access Component. It is a method to get to your Access data, and SQL Server uses the same interface. What you might be referring to is the ODBC driver, and for Access it uses the Jet Engine while SQL Server uses native driver.
Hope this helps.